home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / gag / Trails.lha / Trails / TrailsScreen.def < prev    next >
Text File  |  1986-08-31  |  457b  |  22 lines

  1. DEFINITION MODULE TrailsScreen;
  2. (*
  3.    This module initializes the window and screen for
  4.    the trails program.
  5.    
  6.    Created: 5/24/86 by Richie Bielak
  7.    
  8.    Modified:
  9.  
  10.    Copyright (c) 1986 by Richard Bielak
  11.  
  12.    This program maybe freely copied. But please
  13.    leave my name in. Thanks.....Richie
  14.  
  15. *)
  16. FROM Intuition IMPORT WindowPtr, ScreenPtr;
  17.  
  18.   PROCEDURE SetUpScreen (VAR wp : WindowPtr;
  19.                          VAR sp : ScreenPtr);
  20.  
  21. END TrailsScreen.
  22.